1 html, body, div, span, applet, object, iframe,
2 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3 a, abbr, acronym, address, big, cite, code,
4 del, dfn, em, img, ins, kbd, q, s, samp,
5 small, strike, strong, sub, sup, tt,
var,
6 b, u, i, center,
7 dl, dt, dd, ol, ul, li,
8 fieldset, form, label, legend,
9 table, caption, tbody, tfoot, thead, tr, th, td,
10 article, aside, canvas, details, embed,
11 figure, figcaption, footer, header, hgroup,
12 menu, nav, output, ruby, section, summary,
13 time, mark, audio, video {
14   margin:
0;
15   padding:
0;
16   border:
0;
17   font: inherit;
18   vertical-align: baseline;
19   box-sizing: border-box;
20 }
21 h3 {
22   font-size: 25px;
23 }

24 /* HTML5 display-role reset
for older browsers */
25 article, aside, details, figcaption, figure,
26 footer, header, hgroup, menu, nav, section {
27   display: block;
28 }
29 body {
30   line-height: normal;
31 }
32 ol, ul {
33   list-style: none;
34 }
35 blockquote, q {
36   quotes: none;
37 }
38 blockquote:before, blockquote:after,
39 q:before, q:after {
40   content:
'';
41   content: none;
42 }
43 table {
44   border-collapse: collapse;
45   border-spacing:
0;
46 }

47
48 /*my work start
from here*/
49 * {
50     margin: 0px;
51     padding: 0px;
52 }
53 body, button, input, label,
select, td, textarea {
54     font-family: Arial, Helvetica, tahoma,verdana,arial,sans-serif;
55     font-size: 12px;
56 }
57 body{
58     width:
100%;
59     position: relative;
60     background-color: #ffffff;
61     min-width: 1080px;
62 }
63 .homepageheader {
64   position:
fixed;
65   height: 82px;
66   width:
100%;
67   min-width: 980px;
68   border-bottom: 1px solid #8E9D8E;
69   margin: 0px;
70   background-image: initial;
71   background-position-x: initial;
72   background-position-y: initial;
73   background-size: initial;
74   background-repeat-x: initial;
75   background-repeat-y: initial;
76   background-attachment: initial;
77   background-origin: initial;
78   background-clip: initial;
79   background-color: rgb(
199, 88, 126);
80 }
81 .loginButton .signinButton {
82     color: #FFFFFF;
83     background: #
169E8F;
84     border: 1px solid #FFFFFF;
85     cursor: pointer;
86     display: inline-block;
87     font-weight: bold;
88     line-height: 15px;
89     padding: 12px 24px;
90     border-radius: 16px;
91     text-align: center;
92     text-decoration: none;
93     
float: right;
94     margin: 20px 0px 0px 10px;
95     font-size: 17px;
96 }
97 .uiloginbutton:hover {
98   background-color: #24bfae;
99 }
100
101 #newsearch{
102     
float:left;
103     padding:15px;
104 }
105 .srctextinput{
106     margin: 0px;
107     padding: 9px 15px;
108     font-family: Arial, Helvetica, sans-serif;
109     font-size:20px;
110     border:1px solid #0076a3; border-right:0px;
111     border-top-left-radius: 5px 5px;
112     border-bottom-left-radius: 5px 5px;
113     width: 335px;
114 }
115 .srcbutton {
116     margin:
0;
117     padding: 9px 5px;
118     font-family: Arial, Helvetica, sans-serif;
119     font-size:20px;
120     outline: none;
121     cursor: pointer;
122     text-align: center;
123     text-decoration: none;
124     color: #ffffff;
125     border: solid 1px #0076a3; border-right:0px;
126     background: #
169E8F;
127     border-top-right-radius: 5px 5px;
128     border-bottom-right-radius: 5px 5px;
129 }
130 .srcbutton:hover {
131     text-decoration: none;
132     background: #24bfae;
133 }
134
135 .pquantys {
136   margin: 0px;
137   padding: 9px 15px;
138   font-family: Arial, Helvetica, sans-serif;
139   font-size:20px;
140   border:1px solid #0076a3; border-right:0px;
141   border-top-left-radius: 5px 5px;
142   border-bottom-left-radius: 5px 5px;
143 }
144 .buybutton {
145   margin:
0;
146   padding: 9px 5px;
147   font-family: Arial, Helvetica, sans-serif;
148   font-size:20px;
149   outline: none;
150   cursor: pointer;
151   text-align: center;
152   text-decoration: none;
153   color: #ffffff;
154   border: solid 1px #0076a3; border-right:0px;
155   background: #
169E8F;
156   border-top-right-radius: 5px 5px;
157   border-bottom-right-radius: 5px 5px;
158 }
159 .buybutton:hover {
160   text-decoration: none;
161   background: #24bfae;
162 }

163
164
165 /* Fixes submit button height problem
in Firefox */
166 .srcbutton::-moz-focus-inner {
167     border:
0;
168 }
169 .srcclear{
170     clear:both;
171 }
172 .home-welcome {
173     margin-top: 0px;
174 }
175 .home-welcome-text {
176      
177     height: 800px;
178 }
179 .home-welcome-text h1 {
180     text-align: center;
181     font-size: 85px;
182     padding-top: 150px;
183     font-weight: bold;
184     color: #ffffff;
185  }
186  .home-welcome-text h2 {
187     text-align: center;
188     font-weight: bold;
189     color: #ffffff;
190   font-size: 30px;
191  }
192  .home-footer {
193     text-align: center;
194     color: #ffffff;
195     background-color: #3f3838;
196     font-size: 18px;
197     padding: 20px 10px;
198  }

199
200 /*sign
in */
201 .signupform_content h2 {
202   margin: 0px
0 0 0;
203   padding: 0px 0px 20px 0px;
204   font-size: 40px;
205   color: #
169E8F;
206   font-weight: bold;
207   text-align: center;
208 }
209 .signupform_text {
210   font-size: 18px;
211   padding:
0;
212   font-weight: bold;
213   color: #41A62D;
214   font-style: normal;
215 }
216 .signup_form {
217   background-image: initial;
218   background-position-x: initial;
219   background-position-y: initial;
220   background-size: initial;
221   background-repeat-x: initial;
222   background-repeat-y: initial;
223   background-attachment: initial;
224   background-origin: initial;
225   background-clip: initial;
226   padding: 22px 53px
0 53px;
227   color: #eeeeee;
228   border-radius: 4px;
229   font-style: italic;
230 }
231
232 .signupbox {
233   font-size: 20px;
234   font-style: italic;
235   margin-bottom: 3px;
236   margin-top: 0px;
237   padding: 14px;
238   line-height: 25px;
239   border-radius: 4px;
240   border: 1px solid #
169E8F;
241   color: #
169E8F;
242   margin-left:
0;
243   width: 270px;
244   height: 20px;
245   background-color: transparent;
246 }
247
248 .signupbutton {
249     background-color: transparent;
250     border: 2px solid #FFFFFF;
251     border-radius: 6px;
252     margin: 10px 0px;
253 }
254 .uisignupbutton {
255     color: #ffffff;
256     cursor: pointer;
257     display: inline-block;
258     font-size: 18px;
259     font-weight: bold;
260     line-height: 13px;
261     padding: 14px
0;
262     width: 300px;
263     text-align: center;
264     text-decoration: none;
265     border-width: 2px;
266     border: 1px solid #
169E8F;
267     box-shadow:
0 1px 0 rgba(0, 0, 0, 0.1)
268 }
269 .uisignupbutton:hover {
270   background-color: #24bfae;
271 }
272
273 .signup_error_msg {
274   font-weight: bold;
275   color: #A92A2A;
276   padding: 0px 10px 15px 10px;
277   text-align: center;
278   font-size: 16px;
279 }
280 .succReg {
281     padding: 20px;
282     margin: 150px auto;
283     line-height:
1.5;
284     width: 930px;
285 }
286 .succReg p {
287   font-size: 40px;
288   font-weight: bold;
289   font-family: Arial, Helvetica, sans-serif;
290   color: #0B810B;
291   text-align: center;
292 }
293 .succReg h1 {
294   font-size: 20px;
295   font-weight: bold;
296   color: #
737070;
297   text-align: center;
298 }

299 /*recovary style*/

300 .pass_body2 {
301     width: 560px;
302     margin: 30px auto;
303 }
304 .pass_body2 p {
305     padding: 5px 8px;
306     font-size: 20px;
307     color: #
169E8F;
308     font-weight: bold;
309 }

310
311 /*error echo*/

312 .error_echo {
313   color: red;
314   text-align: center;
315   padding: 15px;
316   width: 868px;
317   margin:
0 auto;
318   font-weight: bold;
319   border-radius: 4px;
320   font-size: 17px;
321   background-color: #F3F38B;
322   border-bottom: 2px solid #BBB907;
323   border-top: 1px solid #BBB907;
324   border-left: 1px solid #BBB907;
325   border-right: 1px solid #BBB907;
326 }
327 .succes_echo {
328   color: #088A08;
329   text-align: center;
330   padding: 17px;
331   margin:
0 auto;
332   width: 866px;
333   font-weight: bold;
334   font-size: 17px;
335   background-color: rgba(
247, 247, 69, 0.36);
336   border-bottom: 1px solid #BBB907;
337 }
338 .submRecov {
339     color: #A9A6A6;
340     padding: 7px;
341     border-radius: 2px;
342     border: 2px solid #7C7979;
343 }
344 .forgetpass {
345     text-decoration: none;
346     color: #186fe0
347 }
348 .forgetpass:hover {
349   color: red;
350 }
351
352 .home-prodlist h3 {
353   text-align: center;
354   margin: 20px 10px;
355   font-size: 25px;
356 }
357 .home-prodlist-img img div {
358     font-size: 20px;
359 }
360 .home-prodlist-img:hover {
361     background-color: #9a3489;
362     border-radius: 8px;
363     color: #fff;
364 }
365 .home-prodlist-imgi {
366     height: 350px;
367     width: 300px;
368     padding: 2px;
369     border: 1px solid #847b7b;
370     border-radius: 8px;
371 }
372 .categolis {
373     line-height:
1.3;
374     font-weight: bold;
375     color: #fff;
376     padding: 110px 20px 20px 145px;
377     background-color: #
169e8f;
378     text-align: center;
379     font-size: 25px;
380 }
381 .categolis table tbody tr th {
382   padding: 0px 6px 0px 0px;
383 }

384 /* admin style */

385
386 .rightsidemenu {
387     
float: right;
388     text-align: center;
389     width:
100%;
390     margin: 0px;
391     background-color: #
169e8f;
392     font-size: 15px;
393     color: #fff;
394     font-weight: bold;
395     height: 537px;
396     overflow: auto;
397 }
398 .rightsidemenu th {
399   margin-top: 5px;
400   border: 2px solid;
401   padding: 7px 2px;
402   width: 10px;
403 }

404 /* settring */

405 .settingsleftcontent {
406     width: 300px;
407     color: #7C7979;
408     line-height:
1.2;
409     padding:
0;
410     text-align: justify;
411     background-color: #FFFFFF;
412     -webkit-box-shadow:
0 2px 1px 0 #B5B2B2;
413     box-shadow:
0 2px 1px 0 #B5B2B2;
414     border-radius: 4px;
415 }
416 .settingsleftcontent h2 {
417   text-align: left;
418   font-size: 16px;
419   color: #0B810B;
420 }
421 .settingsleftcontent ul {
422   list-style: none;
423 }
424 .settingsleftcontent ul li {
425   list-style: none;
426   border-bottom: 1px solid #ddd;
427   text-align: center;
428 }
429 .settingsleftcontent ul li a {
430     clear: both;
431     cursor: pointer;
432     display: block;
433     font-size: 15px;
434     font-weight: normal;
435     
float: none;
436     line-height: 18px;
437     margin:
0;
438     padding: 10px 20px;
439     text-shadow: none;
440     white-space: nowrap;
441     color: #0C2860;
442     text-decoration: none;
443     text-align: center;
444 }
445 .settingsleftcontent ul li:hover {
446   background-color: #3A5487;
447   color: #fff;
448   border-radius: 4px;
449 }
450
451 .settingsleftcontent ul li a:hover {
452   color: #fff;
453 }


Gõ tìm kiếm nhanh...